CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - banker algorithm

搜索资源列表

  1. yinhangjia

    0下载:
  2. 使用C语言来实现的CPU处理机中的银行家算法-The use of C language to realize the CPU processor of the banker s algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2300
    • 提供者:ggjoj2066ba
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:d7yonglia0
  1. BankersAlgorithm

    0下载:
  2. 操作系统课程设计报告—银行家算法,java代码,完整报告-BANKER S ALGORITHM
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:358829
    • 提供者:qxbiao
  1. BankProject

    0下载:
  2. 银行家算法 北京邮电大学软件工程第三次作业-Banker s algorithm Beijing University of Posts and third software engineering job
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9351
    • 提供者:李淼
  1. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-17
    • 文件大小:82944
    • 提供者:寒修末
  1. 银行家算法

    0下载:
  2. 实现了银行家算法,MFC界面编程,有需要可下载~(Banker's algorithm, MFC interface programming, there is a need to download ~!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1892352
    • 提供者:sylviasue
  1. BankerAlgorithm

    0下载:
  2. 银行家算法,简单易懂,可去重,有安全序列,可判断是否重名(The banker 's algorithm, easy to understand, to be heavy, there are security series, can determine whether the same name)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:syys
  1. 1

    0下载:
  2. 理解死锁、死锁避免、死锁预防等基本概念,死锁的产生原因(随机算法),理解死锁的解决办法(银行家算法)。(Understanding deadlock, deadlock avoidance, deadlock prevention and other basic concepts, the causes of deadlock (random algorithm), understand the solution of deadlock (banker's algorithm).)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:老男孩233
  1. bankers

    0下载:
  2. 一个成功实现银行家算法的代码,代码包含用c/c++实现(implement of the Banker's Algorithm,by c/c++)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-06
    • 文件大小:179200
    • 提供者:peterkachi
  1. yhjsf

    0下载:
  2. 用C++寻找安全序列,实现简单的银行家算法,实现进程的处理。(Find a security sequence to implement a simple banker's algorithm.)
  3. 所属分类:

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:jttqhh1
  1. 银行家算法

    0下载:
  2. 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-09
    • 文件大小:155648
    • 提供者:moona
  1. 银行家算法

    1下载:
  2. 操作系统银行家算法流程图,含源文件和导出图片文件(The operating system banker's algorithm flow chart, the source file and the export picture file)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:38912
    • 提供者:djfk
  1. YHJSF

    0下载:
  2. 操作系统书籍中,银行家算法实验C#窗体代码,简易(In the operating system books, the banker's algorithm experiment C# form code is simple and simple.)
  3. 所属分类:C#编程

  1. bank

    0下载:
  2. 银行家算法 java实现,能够完成资源分配问题(Java implementation of banker's algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:260096
    • 提供者:xuelai
  1. 银行家

    0下载:
  2. 银行家算法,操作系统课程设计,可以文件读取,也可以手动输入数据(The banker's algorithm, the operating system course design, the file read, and the manual input of the data)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1209344
    • 提供者:肖骁86
  1. text_2

    0下载:
  2. 非递归算法求所有银行家安全序列,emmmmmmmmmmmm(Non recursive algorithm for all banker's safety sequences)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:yzyonion
  1. Bank

    0下载:
  2. 1.根据所需进程数量和资源数目进行动态开辟内存 2.检查用户输入是否正确 3.进行安全性检测 4.使用银行家算法为进程分配资源(1. dynamically open up memory according to the number of required processes and the number of resources 2. check whether the user is correct or not 3. security detection 4. use the
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-20
    • 文件大小:222208
    • 提供者:天才萝卜樱
  1. bank

    0下载:
  2. 实现了银行家算法。 输入包含t个测试,每个测试的输入中,第一行为n和m,第二行为AVAILABLE[m],接下来的2*n行分别为,ALLOCATION中每一行和NEED每一行的值。每一个测试样例输出一行加过,若系统安全则输出Yes,否则输出No,接着是对应的安全序列结果,以空格作为间隔。 样例输入: 1 3 4 1 2 2 2 0 0 0 1 1 1 1 2 2 2 1 0 0 0 1 1 3 2 1 0 1 2 2 3 样例输出: Yes 0
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:LinWsh
  1. 银行家算法

    1下载:
  2. 根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。(According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock.
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1531904
    • 提供者:超儿曾
  1. 银行家算法

    0下载:
  2. 银行家算法是从当前状态出发,逐个按安全序列检查各客户中谁能完成其工作,然后假定其完成工作且归还全部贷款,再进而检查下一个能完成工作的客户。如果所有客户都能完成工作,则找到一个安全序列,银行家才是安全的。(The banker's algorithm is based on the current state, checking who can do the work one by one according to the security sequence, and then assume th
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:murong138
« 1 2 ... 23 24 25 26 27 28»
搜珍网 www.dssz.com